home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows2 / havdraw.zip / HDWDEMLZ.EXE / DEMO.BAT next >
DOS Batch File  |  1991-10-22  |  481b  |  20 lines

  1. echo off
  2. cls
  3. if not exist HDWDEMO.EXE goto nodemo
  4. HDWDEMO %1
  5. echo  
  6. echo         Thank you for watching the Harvard 
  7. echo         Draw demo.  If you want to view it  
  8. echo         again, type DEMO and press the
  9. echo         ENTER key.
  10. echo  
  11. goto exit
  12. :nodemo
  13. echo         Sorry, your Harvard Draw demo has not
  14. echo         been properly installed.  Please
  15. echo         install the demo again following
  16. echo         the instructions on the label.
  17. echo  
  18. :exit
  19.  
  20.